@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", 'SourceHanSansCN', 'Montserrat-Regular', 'SourceHanSansCN-Bold', simsun, sans-serif, Mingliu, Verdana, Helvetica, Lucida;
    height: 100%;
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em,
cite {
    font-style: normal
}

fieldset,
img {
    border: 0
}

li {
    list-style: none
}

.ft18 {
    font-size: 18px;
}

.ft24 {
    font-size: 24px;
}

.ft30 {
    font-size: 30px;
}

.ft40 {
    font-size: 40px;
}

.ft46 {
    font-size: 46px;
    line-height: 46px;
}

.ft48 {
    font-size: 48px;
    line-height: 48px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button,
textarea,
select {
    *font-size: 100%
}

a {
    color: #666;
}

a:link,
a:visited {
    text-decoration: none;
    font-family: Arial, "Microsoft YaHei", simsun, sans-serif, Mingliu, Verdana, Helvetica, Lucida
}

a:hover,
a:active {
    text-decoration: none;
}

input,
select {
    outline: none
}

body {
    background: #fff;
}

* {
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1 {
    width: 73%;
    margin: 0 auto;
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.banner {
    width: 100%
}

.banner img {
    width: 100%
}


/* 首页 */

.header {
    width: 100%;
    z-index: 999;
}

.top_nav .logo {
    width: 180px;
    margin-top: 27px;
    margin-left: 11%;
}

.top_nav .logo img {
    width: 100%;
}


/* 导航 */

.navlist {
    width: 47%;
    margin-right: 5%;
}

.nav_out {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.tem_head nav {
    width: 100%;
    height: 87px;
    line-height: 87px;
    position: relative;
}

.tem_head nav ul {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.tem_head nav ul li {
    line-height: 87px;
    position: relative;
}

.tem_head nav ul li.icon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
}

.tem_head nav ul li.icon:hover::after {
    transform: rotateZ(180deg);
    margin-top: -2px;
    transition: all .3s;
}

.tem_head nav a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #000000;
    position: relative
}

.tem_head nav li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 77px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .3s;
}

.tem_head nav a:hover::after {
    width: 100%
}

.tem_head nav li>a:hover {
    line-height: 87px;
}

.tem_head nav li>a.navdown {
    position: relative;
}

.tem_head nav li>a.navdown::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 77px;
    width: 100%;
    height: 3px;
    background: #fff;
}

.tem_head nav>a.navdown:hover {
    border-bottom: 2px solid #fff;
}

.tem_head nav dl {
    min-width: 135px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    padding: 0 10px;
    opacity: 0;
    z-index: 2;
}

.tem_head nav li:nth-child(3) dl {
    width: 166px;
}

.tem_head nav li:hover dl {
    opacity: 1;
}

.tem_head nav dl dd a {
    line-height: 36px;
    border-bottom: 1px solid #ffffff40;
    transition: all .3s;
    font-size: 15px;
}

.tem_head nav dl dd a:hover {
    transform: translateX(5px);
    border-bottom: 1px solid #ffffffa3;
}

.tem_head nav dl dd a:last-child {
    border-bottom: none;
}

.top_tel {
    width: 20%;
    background: #01569b url(../images/index_08.png) no-repeat 7% center;
    padding-left: 30px;
    margin-left: 15px;
    box-sizing: border-box;
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 22px;
    display: block;
    box-sizing: border-box;
    height: 87px;
    line-height: 87px;
    padding-left: 3.5%;
}

.top_search {
    margin-top: 30px;
    position: relative;
    width: 32px;
    height: 32px;
    background: #eeeeee;
    border-radius: 50%;
    overflow: hidden;
}

.top_search img {
    display: block;
    float: right;
    margin: 6px;
}

.head_search {
    width: calc(100% - 32px);
    float: left;
}

.head_search .boxs {
    width: 100%;
    height: 32px;
    background: #eee;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 8%;
}

.head_search input {
    border: none;
    outline: none;
}

.head_search input::-webkit-input-placeholder {
    color: #cac7c7;
}

.head_search .texts {
    width: 100%;
    height: 32px;
    float: left;
    font-size: 14px;
    background: transparent;
}

.head_search .btnSubmits {
    width: 34px;
    height: 32px;
    background: url(../images/index_06.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}


/* banner图 */

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);
    width: 100%;
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940)
}

#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

.banner_bg {
    width: 100%;
    position: relative
}

.banner_bg img {
    width: 100%;
    display: block;
}

.banner_txt {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    line-height: 50px
}

.banner_txt h3 {
    font-size: 40px;
    font-weight: 400;
}


/* 首页标题 */

.index_tit {
    width: 625px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin: 0 auto;
}

.index_tit span {
    color: #0061af;
    text-transform: uppercase;
}

.index_tit h3 {
    font-weight: 400;
    line-height: 80px;
}

.index_tit hr {
    border: none;
    width: 174px;
    height: 3px;
    background: #0061af;
    margin: 0 auto;
}


/* 首页产品 */

.index_product {
    padding: 57px 0 50px;
    background: url(../images/bg_02.jpg) no-repeat center;
    position: relative;
}

.pro_cate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_cate li {
    padding: 8px 30px;
}

.pro_cate li.active {
    background: #01569b;
    border-radius: 30px;
    padding: 8px 30px;
}

.pro_cate li.active a {
    color: #fff;
}

.pro_cate li a {
    font-size: 18px;
}

.index_product .pros_list {
    overflow: hidden;
    margin-top: 40px;
}

.index_product .pros_list li {
    display: none;
}

.index_product .pros_list .swiper {
    width: 100%;
    height: 100%;
}

.index_product .pros_list .swiper-slide a {
    position: relative;
    height: 312px;
    overflow: hidden;
    display: block;
}

.index_product .pro_bg {
    height: 100%
}

.index_product .pro_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_product .pros_list .swiper-slide h3 {
    width: 60%;
    line-height: 22px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    height: 40px;
}

.index_product .pros_list .swiper-slide .pro_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    height: 175px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .pros_list .swiper-slide .pro_img img {
    max-width: 100%;
    max-height: 100%;
}

.pros_list .swiper-button-prev,
.pros_list .swiper-button-next {
    width: 40px;
    height: 40px;
    color: transparent;
    background-image: url(../images/j.png);
    background-position: -42px 0;
    right: 10.5%;
    top: 500px;
}

.pros_list .swiper-button-prev {
    background-position: 0 0;
    left: 10.5%;
}

.index_more {
    width: 209px;
    height: 49px;
    display: block;
    text-align: center;
    line-height: 49px;
    border: 1px solid #0061af;
    color: #0061af;
    font-size: 16px;
    border-radius: 30px;
    margin: 60px auto 0;
}

.index_more:hover {
    background: #0061af;
    color: #fff;
}


/* 关于我们 */

.index_about {
    padding: 60px 0 0;
}

.i_a_con {
    position: relative;
    margin-top: 60px;
}

.about_l {
    width: calc(100% - 655px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_l h4 {
    font-size: 26px;
    color: #01569b;
    line-height: 26px;
    margin-bottom: 40px;
}

.about_l p {
    line-height: 40px;
}

.about_l>a {
    display: block;
    width: 157px;
    height: 46px;
    border-radius: 23px;
    background: #01569b;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
}

.about_r {
    width: 597px;
    height: 361px;
}

.about_r img {
    display: block;
    width: 100%;
}

.i_a_other {
    background: url(../images/bg_04.jpg) no-repeat center;
    height: 50vh;
    margin-top: 60px;
}

.i_a_other ul li {
    float: left;
    width: 33.33%;
    border-right: 1px solid #3d3d3d;
    box-sizing: border-box;
    height: 50vh;
}

.i_a_other ul li:hover {
    background: rgba(1, 86, 155, .65);
}

.i_a_other ul li:last-child {
    border-right: none;
}

.i_a_other ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.a_o_con {
    text-align: center;
    color: #fff;
}

.a_o_con span {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.a_o_con i {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
}


/* 研发中心 */

.index_yfzx {
    padding: 90px 0 75px;
}

.i_y_con {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    padding: 25px 0 30px;
}

.i_y_con .swiper {
    width: 100%;
    height: 100%;
}

.i_y_con .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    position: relative;
}

.zz {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.i_y_con .swiper-slide img {
    width: 100%;
    display: block;
}

.i_y_con .swiper-slide-active,
.i_y_con .swiper-slide-duplicate-active {
    transform: scale(1.15);
    z-index: 9;
}

.i_y_con .swiper-slide-active .zz {
    background: rgba(0, 0, 0, 0);
}

.i_y_con .swiper-button-prev,
.i_y_con .swiper-button-next {
    display: block;
    width: 44px;
    height: 22px;
    color: transparent;
    background: url(../images/index_50.png) no-repeat center;
    left: 24%;
}

.i_y_con .swiper-button-next {
    background: url(../images/index_53.png) no-repeat center;
    right: 24%;
    left: auto;
}

.i_y_con .i_y_txt {
    position: absolute;
    width: 100%;
    background: rgba(1, 86, 155, .5);
    left: 0;
    bottom: 0px;
    color: #fff;
    line-height: 26px;
    text-align: left;
    font-size: 14px;
    display: none;
    box-sizing: border-box;
    padding: 15px 30px;
}

.i_y_con .swiper-slide-active .i_y_txt {
    display: block;
}


/* 应用案例 */

.index_case {
    background: url(../images/bg_06.jpg) no-repeat 0 0 fixed;
    padding: 90px 0 60px;
}

.index_case .index_tit span {
    color: #4d90c5;
}

.index_case .index_tit h3 {
    color: #fff;
}

.index_case .index_tit hr {
    background: #fff;
}

.index_case .i_c_con {
    margin-top: 66px;
}

.i_c_con ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.i_c_con ul li {
    width: 32%;
    height: 35vh;
    box-sizing: border-box;
    padding: 6px;
    background: #fff;
    margin-bottom: 3vh;
    position: relative;
}

.i_c_con ul li img {
    width: 100%;
    height: 100%;
}

.i_c_con ul li p {
    position: absolute;
    left: 6px;
    bottom: 6px;
    height: 43px;
    line-height: 43px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
    width: calc(100% - 12px);
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}

.i_c_con ul li p::after {
    content: "";
    display: block;
    width: 27px;
    height: 11px;
    background: url(../images/index_55.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


/* 新闻中心 */

.index_news {
    padding: 90px 0;
    background: #f0f4f7;
}

.i_n_con {
    margin-top: 33px;
}

.news_cate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_cate li {
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #c7c8ca;
    margin: 0 10px;
}

.news_cate li.active {
    background: #01569b;
    border: 1px solid #01569b;
}

.news_cate li.active a {
    color: #fff;
}

.news_con {
    margin-top: 50px;
}

.news_con .n_con {
    display: none;
}

.news_con ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.news_con ul li {
    width: 22%;
}

.news_img {
    height: 23.33vh;
}

.news_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.news_txt {
    box-sizing: border-box;
    padding: 17px 17px 30px;
    background: #fff;
}

.news_txt h3 {
    color: #070707;
}

.news_txt span {
    color: #c6c6c6;
    font-size: 14px;
    margin: 5px 0 15px;
    display: block;
}

.news_txt p {
    font-size: 14px;
    color: #7c7c7c;
}

.news_con ul li:hover .news_txt {
    background: #01569b;
}

.news_con ul li:hover .news_txt h3,
.news_con ul li:hover .news_txt span,
.news_con ul li:hover .news_txt p {
    color: #fff;
}


/* 企业分站 */

.area_out {
    background: url(../images/index_87.jpg) no-repeat center;
    height: 115px;
}

.area ul {
    overflow: hidden;
    height: 115px;
    line-height: 115px;
}

.area ul li {
    float: left;
    padding: 0 10px;
}

.area ul li:nth-child(1) {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}

.area ul li a {
    color: #bebebe;
    font-size: 16px;
}


/* 底部 */

.footer {
    background: #232323;
    padding-top: 50px;
}

.footer .w1 .clearfix {
    padding: 0 2% 28px;
    border-bottom: 1px solid #393939;
}

.db_nav {
    width: calc(100% - 766px);
    display: flex;
    justify-content: space-between;
    padding-right: 3%;
    box-sizing: border-box;
}

.db_nav dl dt {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.db_nav dl dd {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
}

.db_lx {
    width: 766px;
    margin-top: -14px;
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid #393939;
}

.db_lx .fl {
    padding-right: 30px;
    border-right: 1px solid #393939;
}

.db_lx span {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/index_90.png) no-repeat left center;
    padding-left: 52px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.db_lx p {
    font-size: 24px;
    color: #01569b;
    font-weight: 700;
}

.db_lx ul {
    margin-top: 10px;
}

.db_lx ul li {
    line-height: 32px;
    font-size: 14px;
    color: #8d8d8d;
}

.db_lx h6 {
    font-weight: 400;
    font-size: 24px;
    color: #b4b4b4;
    margin-top: 20px;
}

.db_ewm {
    width: 320px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.db_ewm dl {
    margin-left: 20px;
}

.db_ewm dl dt {
    width: 110px;
    margin: 0 auto;
}

.db_ewm img {
    width: 100%;
    display: block;
}

.db_ewm dl dd {
    line-height: 41px;
    color: #8d8d8d;
    font-size: 14px;
}

.copyright {
    line-height: 78px;
    color: #a9a9a9;
}

.copyright a {
    color: #a9a9a9;
}


/* 关于我们页面 */

.about_01 {
    overflow: hidden;
}

.position {
    background: url(../images/position.png) no-repeat left center;
    line-height: 83px;
    padding-left: 20px;
}


/* 关于我们  */

.about_01 {
    padding: 60px 0;
    display: block;
    overflow: hidden;
}

.about_01_img {
    width: 45%;
    display: block;
    overflow: hidden;
}

.about_01_img img {
    display: block;
}

.about_01_txt {
    width: 53%;
    display: block;
    overflow: hidden;
}

.about_01_txt h1 {
    font-size: 24px;
    color: #01569b;
    line-height: 36px;
    margin-bottom: 10px;
}

.about_01_txt p {
    color: #545454;
    line-height: 32px;
    font-size: 16px;
}

.about_01_txt p span {
    font-weight: bold;
    color: #01569b;
}


/* 企业文化  */

.index_culture {
    width: 100%;
    background: url(../images/ab_cc_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 80px 0;
    min-height: 550px;
}

.com_bt {
    text-align: center;
    display: block;
    overflow: hidden;
    line-height: 36px;
}

.com_bt p {
    font-size: 30px;
    color: #fff;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    text-transform: uppercase;
}

.com_bt h3 {
    font-size: 24px;
    color: #fff;
}

.culture_list {
    overflow: hidden;
    padding-top: 50px;
}

.culture_list dl {
    border-radius: 15px;
    width: 32%;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 3% 0;
    margin-right: 2%;
    background: rgba(255, 255, 255, 0.8);
}

.culture_list dl:nth-child(3) {
    margin-right: 0;
}

.culture_list dl dt {
    display: block;
    overflow: hidden;
}

.culture_list dl dt i {
    width: 100px;
    height: 100px;
    display: block;
    margin: 20px auto;
    box-shadow: 1px 1px 8px #ccc;
    border-radius: 100%;
}

.culture_list dl:hover dt i {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.culture_list dl dt h3 {
    font-size: 24px;
    color: #373737;
    line-height: 50px;
}

.culture_list dl dd {
    padding: 20px 0 0;
    display: block;
    overflow: hidden;
}

.culture_list dl dd i {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.culture_list dl dd p {
    font-size: 16px;
    color: #555555;
    line-height: 34px;
    padding: 0 10%;
    min-height: 100px;
}

.culture_list dl dt .a01 {
    background: url(../images/ico02.png) 0 0 no-repeat #fff;
}

.culture_list dl dt .a02 {
    background: url(../images/ico02.png) 0 -100px no-repeat #fff;
}

.culture_list dl dt .a03 {
    background: url(../images/ico02.png) 0 -200px no-repeat #fff;
}


/* 荣誉资质  */

.com_bt02 {
    text-align: center;
    display: block;
    overflow: hidden;
    line-height: 36px;
}

.com_bt02 p {
    font-size: 30px;
    color: #333;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    text-transform: uppercase;
}

.com_bt02 h3 {
    font-size: 24px;
    color: #333;
}

.com_value {
    padding: 60px 0;
    overflow: hidden;
}

.honor_list {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 50px;
}

.p01_lb {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.p01_lb .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide .zz_img {
    padding: 10px;
    display: block;
    overflow: hidden;
    background: #efefef;
}

.p01_lb .swiper-slide .zz_img img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.p01_lb .swiper-slide p {
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}

.p01_lb .swiper-button-prev {
    width: 40px;
    height: 40px;
    /* background: url(../images/ico_fl.png) no-repeat; */
    /* left: 0; */
}

.p01_lb .swiper-button-next {
    width: 40px;
    height: 40px;
    /* background: url(../images/ico_fr.png) no-repeat; */
    /* right: 0; */
}

.p01_lb .swiper-button-prev:after,
.p01_lb .swiper-button-next:after {
    content: '';
}


/*  生产厂房 */

.com_factory {
    width: 100%;
    display: block;
    background: #eef2f5;
    padding: 60px 0;
}

.fac_list {
    padding-top: 50px;
    overflow: hidden;
}

.fac_list dl {
    width: 31%;
    margin: 15px 2% 20px 0.8%;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 12px #ddd;
    float: left;
}

.fac_list dl:nth-child(3n) {
    margin-right: 0.5%;
}

.fac_list dl dt {
    display: block;
    overflow: hidden;
}

.fac_list dl dt img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.fac_list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.fac_list dl dd {
    padding: 12px 0;
    display: block;
    overflow: hidden;
}

.fac_list dl dd h3 {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.fac_list dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 12px;
}


/* 产品详情 */

.pro_detail {}

.pro_detail .pro_f1 {
    background: #f8f8f8;
    padding: 100px 0 45px;
}

.pro_detail .pro_img {
    width: 578px;
    height: 480px;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_detail .pro_img img {
    max-width: 100%;
    max-height: 100%
}

.pro_detail .pro_txt {
    width: calc(100% - 638px);
    float: right;
    height: 380px;
}

.pro_detail .pro_txt h3 {
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    position: relative;
}

.pro_detail .pro_txt h3 span {
    position: absolute;
    top: 3px;
    right: 10px;
    width: 96px;
    background: url(../images/pro01.png) no-repeat center right;
    font-size: 14px;
}

.pro_detail .pro_txt p {
    line-height: 30px;
    font-size: 16px;
}

.pro_detail .pro_lx a {
    display: block;
    width: 195px;
    height: 50px;
    border-radius: 25px;
    background: #01569b;
    color: #fff;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-top: 8px;
    font-size: 18px
}

.pro_detail .pro_lx p {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    color: #919191;
}

.pro_detail .pro_lx p span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #01569b;
}

.pro_cons {
    padding: 40px 0;
}

.pro_cons ul {
    border-bottom: 1px solid #e9e9e9;
}

.pro_cons ul li {
    width: 100px;
    color: #01569b;
    padding: 5px 8px;
    border-bottom: 1px solid #01569b;
}

.info-wrap {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px
}


/*分页*/

.page-list {
    clear: both;
    margin: 0 0px 30px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #cac4c4;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: #01569b;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


/*右侧内容*/

article {
    padding: 0 10px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
    height: 59px;
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 16px;
}

.article_head .position {
    margin-top: 0
}


/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}

.product-img img {
    max-width: 100%
}

.product-arr {
    float: right;
    width: calc(100% - 510px);
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.product-arr p {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.product-arr p span {
    display: block;
    float: left;
}

.product-arr p span:nth-child(1) {
    width: 70px;
    font-weight: 700;
}

.product-arr p span:nth-child(2) {
    width: calc(100% - 75px);
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}

.p_show .met_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.p_show .met_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.p_show .met_nav li a {
    display: block;
    padding: 0 40px
}

.p_show .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
    background: #f7f8fa
}

.tab-hd2 li {
    padding: 0 40px;
}

.p_show .met_nav li.active02 {
    background: #5ea888;
    color: #fff;
}

.p_show .tab-bd2>li {
    display: none;
}

.article_editor {
    padding: 15px;
    font-size: 16px;
    line-height: 30px
}

.article_editor img {
    max-width: 100%;
}


/* 侧边栏 */

.sidebar {
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}

.sidebar .line {
    color: #e8e8e8;
}

.sidebar .line:last-child {
    display: none;
}

.page_inner {
    width: calc(100% - 260px);
    float: right;
    margin-top: 30px
}

.article_content img {
    max-width: 100%
}

.sidebar {
    background: #eef2f5;
    height: 83px;
}

.sidebar .w1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sidebar .side_list ul {
    /* overflow: hidden; */
}

.sidebar .side_list ul li {
    line-height: 83px;
    font-size: 16px;
    float: left;
    text-align: center;
}

.sidebar .side_list ul li a {
    padding: 0 40px
}

.sidebar .side_list ul li.on>a {
    color: #fff;
    padding: 0 40px;
    height: 84px;
    background: #01569b;
    display: block;
}

.sidebar .side_list ul li dl {
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 8px;
}

.sidebar .side_list ul li dl dt a {
    display: block;
    width: 162px;
    height: 60px;
    border: 1px solid #eee;
    line-height: 60px;
    padding: 0;
    border-radius: 5px;
    margin-right: 20px;
}

.sidebar .side_list ul li dl dt a.on2 {
    border: 1px solid #01569b;
    color: #01569b
}

.back_home {
    display: block;
    background: url(../images/home.png) no-repeat left 2px;
    font-size: 14px;
    padding-left: 22px;
    margin-top: 34px;
    color: #959595;
}

.about_s .side_list ul li a {
    position: relative;
    height: 83px;
    display: block;
    padding: 0 20px 0 50px;
}

.about_s .side_list ul li.on a {
    padding: 0 20px 0 50px;
}

.about_s .side_list ul li a::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/anbout01.png) no-repeat center 0px;
    background-position: 0 0;
    position: absolute;
    top: 27px;
    left: 19px;
}

.about_s .side_list ul li:nth-child(2) a::after {
    background-position: -34px -1px;
}

.about_s .side_list ul li:nth-child(3) a::after {
    background-position: -70px 0;
}

.about_s .side_list ul li:nth-child(4) a::after {
    background-position: -104px 0px;
}

.about_s .side_list ul li.on:nth-child(1) a::after {
    background-position: 0px -28px;
}

.about_s .side_list ul li.on:nth-child(2) a::after {
    background-position: -34px -26px;
}

.about_s .side_list ul li.on:nth-child(3) a::after {
    background-position: -70px -26px;
}

.about_s .side_list ul li.on:nth-child(4) a::after {
    background-position: -105px -26px;
}


/* 图片列表 */

.imgs {
    overflow: hidden;
    margin-top: 50px;
}

.imgs dl {
    width: 31%;
    margin-bottom: 30px;
    float: left;
    margin-right: 2.3%;
}

.imgs dl dt {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    box-sizing: border-box;
    padding: 8px;
    overflow: hidden;
}

.imgs dl dt:nth-child(3n) {
    margin-right: 0;
}

.imgs dl dt img {
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}

.imgs dl dd h3 {
    height: 60px;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    line-height: 60px;
    background: #01569b;
    color: #fff;
    font-weight: 400;
}

.imgs dl:hover img {
    transform: scale(1.1)
}


/* 产品列表 */

.pros_list {
    margin-top: 100px;
    overflow: hidden;
}

.pros_list dl {
    width: 31.8%;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 40px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.pros_list dl:nth-child(3n) {
    margin-right: 0;
}

.pros_list dl dt a {
    width: 100%;
    height: 308px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
    background: url(../images/probg01.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.pros_list dl dt a .p_zz01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.pros_list dl:hover {
    box-shadow: 5px 10px 13px #dad8d8
}

.pros_list dl:hover dt img {
    transform: scale(1.1)
}

.pros_list dl dt img {
    max-width: 100%;
    display: block;
    max-height: 100%;
    z-index: 2;
}

.pros_list dl dd {
    box-sizing: border-box;
    padding: 32px 20px;
    transition: all .3s;
    background: #f8f8f8;
    text-align: center;
}

.pros_list dl dd h3 {
    line-height: 30px;
    font-weight: 400;
}

.pros_list dl dd .pro_zx {
    display: block;
    width: 154px;
    height: 40px;
    background: #01569b;
    border-radius: 30px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 12px auto;
    color: #fff;
}

.pros_list dl dd span {
    color: #616161
}

.article_title {
    text-align: center;
    margin-top: 40px
}

.article_infos {
    text-align: center;
    line-height: 36px;
    border-bottom: 1px solid #ccc8c8;
}

.pro_tj {
    background: #f8f8f8;
    padding: 40px 0;
}

.pro_tj .pros_list {
    margin-top: 0;
}

.p_l_tit {
    background: url(../images/pro02.png) no-repeat center right;
}

.p_l_tit i {
    font-style: normal;
    font-size: 12px;
    color: #a3a3a3;
    display: block;
}

.p_l_con {
    overflow: hidden;
    padding: 60px 60px 0;
}


/* 研发中心 */

.yfzx {
    margin-top: 38px;
}

.yfzx ul li {
    margin-bottom: 45px;
    position: relative;
}

.yfzx_txt {
    position: absolute;
    width: 35%;
    top: 25%;
    right: 5%;
    color: #fff
}

.yfzx_txt h6 {
    font-size: 30px;
}

.yfzx_txt hr {
    display: block;
    width: 64px;
    height: 3px;
    border: none;
    background: #fff;
    margin: 24px 0
}

.yfzx_txt p {
    font-size: 14px;
    line-height: 30px
}


/* 案例列表 */

.case_list {
    margin-top: 50px;
}

.case_list dl {
    width: 30%;
    box-sizing: border-box;
    padding: 13px;
    box-shadow: 0 5px 20px #d2caca;
    margin-bottom: 47px;
    float: left;
    margin-right: 5%;
}

.case_list dl:nth-child(3n) {
    margin-right: 0;
}

.case_list dl:hover {
    transform: translateY(-10px);
}

.case_list dl dt {
    height: 280px
}

.case_list dl dt img {
    width: 100%;
    height: 100%
}

.case_list dl dd {
    padding: 25px 5px 15px;
}

.case_list dl dd h3 {
    line-height: 50px;
    color: #343434;
    border-bottom: 1px solid #bfbfbf;
}

.case_list dl dt {
    height: 260px;
}

.case_list dl dd p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}


/* 列表详情 */

.img_pic img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}


/* 新闻页面 */

.news_cons .page-list {
    margin-top: 30px;
}

.news_list {
    margin-top: 30px;
}

.news_list dl {
    overflow: hidden;
}

.news_list dl:hover {
    box-shadow: 0 0 15px #afaeae
}

.news_list dl a {
    border-bottom: 1px solid #eee;
    padding: 50px 0;
    overflow: hidden;
}

.news_list dl dt {
    width: 368px;
    height: 215px;
    float: left;
    position: relative;
    padding-right: 84px;
    margin-right: 29px;
}
.news_list dl dt img{ max-width: 100%; display: block; }
.news_list dl dt::after {
    content: "";
    display: block;
    width: 132px;
    height: 1px;
    background: #0061af;
    position: absolute;
    top: 20px;
    right: 0;
}

.news_list dl dd {
    width: calc(100% - 482px);
    float: left;
}

.news_list dl dd h3 {
    font-size: 24px;
    color: #242424;
    line-height: 36px;
    font-weight: 400;
}

.news_list dl dd span {
    font-size: 20px;
    color: #8a8a8a;
    margin: 5px 0;
    display: block;
}

.news_list dl dd p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px
}

.news_list dl dd .n_more {
    display: block;
    width: 152px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #bababa;
    font-size: 16px;
    margin-top: 40px;
}

.news_list dl:hover h3 {
    color: #0061af;
}

.news_list dl:hover .n_more {
    background: #0061af;
    color: #fff
}


/* 联系我们 */

.contact_txt {
    font-size: 32px;
    color: #222222;
    margin-top: 60px;
    width: 48%;
}

.contact_txt span {
    display: block;
    font-size: 30px;
    color: #01569b;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-bottom: 30px
}

.contact_txt ul {
    box-sizing: border-box;
    padding-left: 54px;
    background: url(../images/contact01.png) no-repeat left 35px
}

.contact_txt ul li {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 82px;
    border-top: 1px solid #eee;
}

.contact_map {
    width: 48%;
    height: 498px;
    margin-top: 100px;
}

.c_message {
    overflow: hidden;
    padding-bottom: 50px;
}

.c_message h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.c_message dl {
    width: 47%;
    float: left;
    margin-right: 4%;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding: 10px 0
}

.c_message dl:nth-of-type(2) {
    margin-right: 5.6%;
}

.c_message dl:nth-of-type(3) {
    margin-right: 0
}

.c_message dl:nth-of-type(4) {
    width: 100%;
    box-sizing: border-box;
}

.c_message dl:nth-of-type(5) {
    width: 412px;
    height: 50px;
    padding: 0;
    font-size: 16px;
    border: none;
    margin: 0 auto;
    float: unset;
}

.c_message dl:nth-of-type(5) input {
    width: 100%;
    height: 50px;
    display: block;
    background: #01569b;
    color: #fff;
}

.c_message dl dt {
    width: 119px;
    border-right: 1px solid #eaeaea;
    float: left;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.c_message dl dd {}

.c_message dl dd input {
    display: block;
    width: calc(100% - 160px);
    height: 30px;
    border: none;
    float: left;
}

.c_message dl dd input.submit {}

.c_message dl dd textarea {
    width: calc(100% - 160px);
    border: none;
    height: 100px;
    resize: none;
    outline: none;
    margin-left: 20px;
}

.c_message dl dd .tips {
    width: 30px;
    float: left;
    text-align: center;
    color: red;
    line-height: 30px;
    font-size: 23px;
}

.page_c ul {
    display: flex;
    justify-content: space-between;
    margin: 30px 0
}

.page_c ul li {
    width: 30%;
    height: 160px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.page_c ul li img {
    width: 40px;
    height: 40px;
}

.page_c ul li span {
    display: block;
    font-size: 16px;
    line-height: 30px
}

.page_c ul li p {
    font-size: 16px;
    margin-top: 5px;
}


/* 侧边栏 */

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #01569b;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    /* padding-left: 10px; */
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #01569b;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fecc2b;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #01569b;
}

#toolbar li:hover a {
    width: 230px;
}

#toolbar li:hover .icon-font {
    background-color: #01569b;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media screen and (max-width: 1680px) {
    .top_nav .logo {
        margin-left: 8%;
    }
    .index_product .pros_list .swiper-slide a {
        height: 280px;
    }
}

@media screen and (max-width: 1520px) {
    .w1 {
        width: 1200px;
    }
    .ft18 {
        font-size: 16px;
    }
    .ft24 {
        font-size: 20px;
    }
    .ft30 {
        font-size: 26px;
    }
    .ft40 {
        font-size: 36px;
    }
    .ft46 {
        font-size: 32px;
        line-height: 32px;
    }
    .ft48 {
        font-size: 36px;
        line-height: 36px;
    }
    .mt60 {
        margin-top: 50px;
    }
    .mt70 {
        margin-top: 50px;
    }
    .top_nav .logo {
        margin-left: 3%;
    }
    .top_tel {
        width: 18%;
    }
    .pros_list .swiper-button-next {
        right: 5%;
    }
    .pros_list .swiper-button-prev {
        left: 5%;
    }
    .pros_list .swiper-button-prev,
    .pros_list .swiper-button-next {
        top: 480px;
    }
    .banner_txt {
        left: 3%;
    }
    .case_list dl dd p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1260px) {
    .w1,
    .container {
        width: 98%;
    }
    .top_tel {
        background: #01569b url(../images/index_08.png) no-repeat 4% center;
    }
    .pros_list .swiper-button-next {
        right: 0%;
    }
    .pros_list .swiper-button-prev {
        left: 0%;
    }
    .p_l_con {
        padding: 60px 0 0;
    }
    .footer .w1 .clearfix {
        padding: 0 0 28px;
    }
    .db_nav {
        padding-right: 2%;
    }
}